home *** CD-ROM | disk | FTP | other *** search
/ ftp.cs.arizona.edu / ftp.cs.arizona.edu.tar / ftp.cs.arizona.edu / icon / newsgrp / group94a.txt / 000102_icon-group-sender _Tue Apr 26 06:35:08 1994.msg < prev    next >
Internet Message Format  |  1994-08-19  |  2KB

  1. Received: by cheltenham.cs.arizona.edu; Tue, 26 Apr 1994 08:58:23 MST
  2. Date: Tue, 26 Apr 1994 06:35:08 -0600 (CST)
  3. From: Chris Tenaglia - 257-8765 <TENAGLIA@MIS.MCW.EDU>
  4. Subject: VMS executables
  5. To: icon-group@cs.arizona.edu
  6. Message-Id: <01HBMD6KK6NM8WVZ96@mis.mcw.edu>
  7. Organization: Medical College of Wisconsin (Milwaukee, WI)
  8. X-Vms-To: IN%"icon-group@cs.arizona.edu"
  9. Mime-Version: 1.0
  10. Content-Type: TEXT/PLAIN; CHARSET=US-ASCII
  11. Content-Transfer-Encoding: 7BIT
  12. Status: R
  13. Errors-To: icon-group-errors@cs.arizona.edu
  14.  
  15.  
  16. VMS icon has some compatibility problems since the X-stuff was added.
  17. If you have the source and a c compiler you can edit
  18.  
  19. [icon.src.h]config.h
  20.  
  21. and there's an xwindows switch you can change and then rebuild the
  22. package. But there is another problem with vms icon. There is at
  23. least one byte value it can't write. Here's a sample...
  24.  
  25. procedure main()
  26.   xff := char(255)  # or \377 or \xff or string(&cset)[-1]
  27.   write(xff)
  28.   end
  29.  
  30. I've found that you have to go back to Icon V8.6 to get that to run.
  31. Otherwise you get some I/O error. Does the Icon Project still have
  32. it? Will it be fixed in Icon V9? I could try to FTP my V8.6 (bins),
  33. but I'm not sure what the procedure is to pack these and put them
  34. the anon ftp area there. It would be kinder to bandwidth to have  the
  35. icon project to place the older version out there too. V8.10 is ok
  36. for X if you don't need to write X'FF'. Anyone else having similar
  37. problems? I'm using VMS 5.5.
  38.  
  39. Chris Tenaglia (System Manager) |  "The past explained,     
  40. Medical College of Wisconsin    |   the future fortold, 
  41. 8701 W. Watertown Plank Rd.     |   the present largely appologized for."
  42. Milwaukee, WI 53226             |   Organon to The Doctor
  43. (414)257-8765                   |     
  44. tenaglia@mis.mcw.edu
  45.  
  46.